Enable Wifi on Raspberry Pi (Headless).

16 Jan
/etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=CA

network={
    ssid="ssid-name"
    psk="password"
    key_mgmt=WPA-PSK
}

3 thoughts on “Enable Wifi on Raspberry Pi (Headless).

  1. Can you be more specific about the content of your article? After reading it, I still have some doubts. Hope you can help me.

Leave a Reply

Your email address will not be published.